Skip to content

Minor modifications in provisioning #3919

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2020

Conversation

sweetymhaiske
Copy link
Contributor

Changes in README.md

@sweetymhaiske sweetymhaiske force-pushed the provision-fixes branch 3 times, most recently from 48ce1f7 to ebd5735 Compare April 21, 2020 08:57
@sweetymhaiske sweetymhaiske force-pushed the provision-fixes branch 2 times, most recently from ac31df6 to f0f0ff3 Compare April 21, 2020 09:12
@@ -151,7 +151,9 @@ void WiFiProvClass :: beginProvision(scheme prov_scheme, wifi_prov_event_handler
WiFi.mode(WIFI_MODE_STA);
log_i("Aleardy Provisioned, starting Wi-Fi STA");
log_i("CONNECTING ACCESS POINT CREDENTIALS : ");
log_i("SSID : %s\n",WiFi.SSID().c_str());
wifi_config_t conf;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you should check if the log level is info or higher, else this will cause unused variable and is unnecessary in reality.

@me-no-dev me-no-dev merged commit 4d118b3 into espressif:master Apr 21, 2020
vvhh2002 pushed a commit to vvhh2002/arduino-esp32 that referenced this pull request Jun 15, 2020
* master:
  M5Stack's product offering includes various ESP32-based camera devices. (espressif#4030)
  Fix for issue 3974 m_connectedCount incorrectly decremented when no connection exists
  Add a new board of KITS for IoT education (espressif#3703)
  update M5Camera pins (espressif#4021)
  Update SD_MMC.cpp (espressif#4020)
  Added missing wifi_provisioning dependency. (espressif#4003)
  HardwareSerial bugfix & improvement (espressif#3713)
  Allow using custom linker scripts (espressif#3735)
  Add M5Stack-ATOM Board (espressif#3883)
  Minor modifications in provisioning (espressif#3919)
  Add support of unified provisioning to Arduino
  Update install-platformio-esp32.sh
  add new board Handbit  (espressif#3807)
  Move _STREAM_BOUNDARY before _STREAM_PART (espressif#3720)
  Add Senses's WEIZEN board from Senses IoT platform (espressif#3687)
  Revert "std::shared_ptr Memory Leak (espressif#3680)" (espressif#3682)
  std::shared_ptr Memory Leak (espressif#3680)
  Minimize HardwareSerial Receive and Transmit delays (espressif#3664)
  fix removeApbChangeCallback() error in spiStopBus() (espressif#3675)

# Conflicts:
#	CMakeLists.txt
@sweetymhaiske sweetymhaiske deleted the provision-fixes branch July 13, 2020 08:59
@sweetymhaiske sweetymhaiske restored the provision-fixes branch July 13, 2020 09:01
@sweetymhaiske sweetymhaiske deleted the provision-fixes branch July 13, 2020 09:10
@sweetymhaiske sweetymhaiske restored the provision-fixes branch July 13, 2020 10:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants